<?xml version="1.0"?>
<component name="org.nuxeo.runtime.kv.KeyValueService.override">

  <require>org.nuxeo.runtime.kv.KeyValueService</require>

  <documentation>

    The Key/Value service allows registration and access to KeyValueStores
    to store simple values associated to keys.
  

  </documentation>
  <extension point="configuration" target="org.nuxeo.runtime.kv.KeyValueService">
    <store class="org.nuxeo.runtime.kv.MemKeyValueStore" name="default">
    </store>
  </extension>

</component>
